Class: Quickfix::LegSettleOnOpenFlag

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) ⇒ LegSettleOnOpenFlag

Returns a new instance of LegSettleOnOpenFlag.



42464
42465
42466
42467
42468
42469
42470
# File 'lib/quickfix_fields.rb', line 42464

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

Class Method Details

.fieldObject



42461
42462
42463
# File 'lib/quickfix_fields.rb', line 42461

def LegSettleOnOpenFlag.field
  return 2146
end