Class: Quickfix::IntraFirmTradeIndicator

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ IntraFirmTradeIndicator



57310
57311
57312
57313
57314
57315
57316
# File 'lib/quickfix_fields.rb', line 57310

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