Class: Quickfix::CollateralAmountMarketSegmentID
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::CollateralAmountMarketSegmentID
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ CollateralAmountMarketSegmentID
constructor
A new instance of CollateralAmountMarketSegmentID.
Constructor Details
#initialize(data = nil) ⇒ CollateralAmountMarketSegmentID
Returns a new instance of CollateralAmountMarketSegmentID.
40293 40294 40295 40296 40297 40298 40299 |
# File 'lib/quickfix_fields.rb', line 40293 def initialize(data = nil) if( data == nil ) super(2092) else super(2092, data) end end |