Class: Quickfix::SideCollateralAmountMarketSegmentID
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::SideCollateralAmountMarketSegmentID
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ SideCollateralAmountMarketSegmentID
constructor
A new instance of SideCollateralAmountMarketSegmentID.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ SideCollateralAmountMarketSegmentID
Returns a new instance of SideCollateralAmountMarketSegmentID.
75549 75550 75551 75552 75553 75554 75555 |
# File 'lib/quickfix_fields.rb', line 75549 def initialize(data = nil) if( data == nil ) super(2693) else super(2693, data) end end |
Class Method Details
.field ⇒ Object
75546 75547 75548 |
# File 'lib/quickfix_fields.rb', line 75546 def SideCollateralAmountMarketSegmentID.field return 2693 end |