Class: Quickfix::TradeAllocAmtType
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::TradeAllocAmtType
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ TradeAllocAmtType
constructor
A new instance of TradeAllocAmtType.
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
.field ⇒ Object
24170 24171 24172 |
# File 'lib/quickfix_fields.rb', line 24170 def TradeAllocAmtType.field return 1845 end |