Class: Quickfix::TradeCollateralization
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::TradeCollateralization
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ TradeCollateralization
constructor
A new instance of TradeCollateralization.
Constructor Details
#initialize(data = nil) ⇒ TradeCollateralization
Returns a new instance of TradeCollateralization.
25356 25357 25358 25359 25360 25361 25362 |
# File 'lib/quickfix_fields.rb', line 25356 def initialize(data = nil) if( data == nil ) super(1936) else super(1936, data) end end |