Class: Quickfix::TradePublishIndicator

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) ⇒ TradePublishIndicator

Returns a new instance of TradePublishIndicator.



18453
18454
18455
18456
18457
18458
18459
# File 'lib/quickfix_fields.rb', line 18453

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

Class Method Details

.fieldObject



18450
18451
18452
# File 'lib/quickfix_fields.rb', line 18450

def TradePublishIndicator.field
  return 1390
end