Class: Quickfix::DerivativeSettleOnOpenFlag

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from StringField

#<, #<=, #==, #>, #>=, #getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ DerivativeSettleOnOpenFlag

Returns a new instance of DerivativeSettleOnOpenFlag.



16659
16660
16661
16662
16663
16664
16665
# File 'lib/quickfix_fields.rb', line 16659

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

Class Method Details

.fieldObject



16656
16657
16658
# File 'lib/quickfix_fields.rb', line 16656

def DerivativeSettleOnOpenFlag.field
	return 1254
end