Class: Quickfix::OpenCloseSettleFlag

Inherits:
StringField
  • Object
show all
Defined in:
lib/quickfix_fields.rb

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ OpenCloseSettleFlag

Returns a new instance of OpenCloseSettleFlag.



10718
10719
10720
10721
10722
10723
10724
# File 'lib/quickfix_fields.rb', line 10718

def initialize(data = nil)
	if( data == nil )
		super(286)
	else
		super(286, data)
	end
end

Class Method Details

.fieldObject



10715
10716
10717
# File 'lib/quickfix_fields.rb', line 10715

def OpenCloseSettleFlag.field
	return 286
end