Class: Quickfix::SettlInstMode

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ SettlInstMode

Returns a new instance of SettlInstMode.



12343
12344
12345
12346
12347
12348
12349
# File 'lib/quickfix_fields.rb', line 12343

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

Class Method Details

.fieldObject



12340
12341
12342
# File 'lib/quickfix_fields.rb', line 12340

def SettlInstMode.field
  return 160
end