Class: Quickfix::SideCollateralAmountType
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::SideCollateralAmountType
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ SideCollateralAmountType
constructor
A new instance of SideCollateralAmountType.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ SideCollateralAmountType
Returns a new instance of SideCollateralAmountType.
75562 75563 75564 75565 75566 75567 75568 |
# File 'lib/quickfix_fields.rb', line 75562 def initialize(data = nil) if( data == nil ) super(2694) else super(2694, data) end end |
Class Method Details
.field ⇒ Object
75559 75560 75561 |
# File 'lib/quickfix_fields.rb', line 75559 def SideCollateralAmountType.field return 2694 end |