Class: Quickfix::TradeAllocAmtReason
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::TradeAllocAmtReason
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ TradeAllocAmtReason
constructor
A new instance of TradeAllocAmtReason.
Methods inherited from IntField
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
.field ⇒ Object
24235 24236 24237 |
# File 'lib/quickfix_fields.rb', line 24235 def TradeAllocAmtReason.field return 1850 end |