Class: Quickfix::TradeAllocAmtReason

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

Returns a new instance of TradeAllocAmtReason.



24238
24239
24240
24241
24242
24243
24244
# File 'lib/quickfix_fields.rb', line 24238

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

Class Method Details

.fieldObject



24235
24236
24237
# File 'lib/quickfix_fields.rb', line 24235

def TradeAllocAmtReason.field
  return 1850
end