Class: Quickfix::SettlSubMethod

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from IntField

#getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ SettlSubMethod

Returns a new instance of SettlSubMethod.



62536
62537
62538
62539
62540
62541
62542
# File 'lib/quickfix_fields.rb', line 62536

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

Class Method Details

.fieldObject



62533
62534
62535
# File 'lib/quickfix_fields.rb', line 62533

def SettlSubMethod.field
  return 2579
end