Class: Quickfix::TradeAllocAmtType

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from StringField

#<, #<=, #==, #>, #>=, #getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ TradeAllocAmtType

Returns a new instance of TradeAllocAmtType.



24173
24174
24175
24176
24177
24178
24179
# File 'lib/quickfix_fields.rb', line 24173

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

Class Method Details

.fieldObject



24170
24171
24172
# File 'lib/quickfix_fields.rb', line 24170

def TradeAllocAmtType.field
  return 1845
end