Class: Quickfix::PayCollectMarketSegmentID

Inherits:
StringField
  • Object
show all
Defined in:
lib/quickfix_fields.rb

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from StringField

#<, #<=, #==, #>, #>=, #getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ PayCollectMarketSegmentID



22392
22393
22394
22395
22396
22397
22398
# File 'lib/quickfix_fields.rb', line 22392

def initialize(data = nil)
  if( data == nil )
    super(1712)
  else
    super(1712, data)
  end
end

Class Method Details

.fieldObject



22389
22390
22391
# File 'lib/quickfix_fields.rb', line 22389

def PayCollectMarketSegmentID.field
  return 1712
end