Class: Quickfix::SettleOnOpenFlag

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ SettleOnOpenFlag

Returns a new instance of SettleOnOpenFlag.



8924
8925
8926
8927
8928
8929
8930
# File 'lib/quickfix_fields.rb', line 8924

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

Class Method Details

.fieldObject



8921
8922
8923
# File 'lib/quickfix_fields.rb', line 8921

def SettleOnOpenFlag.field
	return 966
end