Class: Quickfix::SettlInstMode

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from CharField

#getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ SettlInstMode

Returns a new instance of SettlInstMode.



2489
2490
2491
2492
2493
2494
2495
# File 'lib/quickfix_fields.rb', line 2489

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

Class Method Details

.fieldObject



2486
2487
2488
# File 'lib/quickfix_fields.rb', line 2486

def SettlInstMode.field
  return 160
end