Class: Quickfix::NoCollateralAmountChanges
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::NoCollateralAmountChanges
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ NoCollateralAmountChanges
constructor
A new instance of NoCollateralAmountChanges.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ NoCollateralAmountChanges
Returns a new instance of NoCollateralAmountChanges.
79410 79411 79412 79413 79414 79415 79416 |
# File 'lib/quickfix_fields.rb', line 79410 def initialize(data = nil) if( data == nil ) super(1703) else super(1703, data) end end |
Class Method Details
.field ⇒ Object
79407 79408 79409 |
# File 'lib/quickfix_fields.rb', line 79407 def NoCollateralAmountChanges.field return 1703 end |