Class: Quickfix::IntraFirmTradeIndicator

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from BoolField

#getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ IntraFirmTradeIndicator

Returns a new instance of 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

Class Method Details

.fieldObject



57307
57308
57309
# File 'lib/quickfix_fields.rb', line 57307

def IntraFirmTradeIndicator.field
  return 2373
end