Class: Quickfix::MaturityDay

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ MaturityDay

Returns a new instance of MaturityDay.



1670
1671
1672
1673
1674
1675
1676
# File 'lib/quickfix_fields.rb', line 1670

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

Class Method Details

.fieldObject



1667
1668
1669
# File 'lib/quickfix_fields.rb', line 1667

def MaturityDay.field
  return 205
end