Class: Quickfix::SettlMethod

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

Returns a new instance of SettlMethod.



15905
15906
15907
15908
15909
15910
15911
# File 'lib/quickfix_fields.rb', line 15905

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

Class Method Details

.fieldObject



15902
15903
15904
# File 'lib/quickfix_fields.rb', line 15902

def SettlMethod.field
  return 1193
end