Class: Quickfix::SideCollateralAmountType
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::SideCollateralAmountType
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ SideCollateralAmountType
constructor
A new instance of SideCollateralAmountType.
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 |