Class: Quickfix::LegSettlMethod

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

Returns a new instance of LegSettlMethod.



43062
43063
43064
43065
43066
43067
43068
# File 'lib/quickfix_fields.rb', line 43062

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

Class Method Details

.fieldObject



43059
43060
43061
# File 'lib/quickfix_fields.rb', line 43059

def LegSettlMethod.field
  return 2192
end